Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌱 Remove kind-redeploy make target #1004

Merged

Conversation

m1kola
Copy link
Member

@m1kola m1kola commented Jul 2, 2024

Description

This target is broken because OPERATOR_CONTROLLER_NAMESPACE does not exist.

Reviewer Checklist

  • API Go Documentation
  • Tests: Unit Tests (and E2E Tests, if appropriate)
  • Comprehensive Commit Messages
  • Links to related GitHub Issue(s)

Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
@m1kola m1kola requested a review from a team as a code owner July 2, 2024 14:22
Copy link

netlify bot commented Jul 2, 2024

Deploy Preview for olmv1 ready!

Name Link
🔨 Latest commit 98534bf
🔍 Latest deploy log https://app.netlify.com/sites/olmv1/deploys/66840d1970c23f00081132c6
😎 Deploy Preview https://deploy-preview-1004--olmv1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Jul 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.19%. Comparing base (872b7f7) to head (98534bf).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1004   +/-   ##
=======================================
  Coverage   77.19%   77.19%           
=======================================
  Files          17       17           
  Lines        1206     1206           
=======================================
  Hits          931      931           
  Misses        193      193           
  Partials       82       82           
Flag Coverage Δ
e2e 56.54% <ø> (ø)
unit 51.90% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@joelanford
Copy link
Member

I noticed this was broken recently as well. But I know @tmshort added it fairly recently, so maybe worth getting his opinion on this PR.

@m1kola m1kola requested a review from tmshort July 4, 2024 12:09
@bentito
Copy link
Contributor

bentito commented Jul 8, 2024

I noticed this was broken recently as well. But I know @tmshort added it fairly recently, so maybe worth getting his opinion on this PR.

Uh.. it looks like the line got sucked out the airlock in b08a1e9 Should we just put OPERATOR_CONTROLLER_NAMESPACE ?= operator-controller-system and fix the target?

@m1kola
Copy link
Member Author

m1kola commented Jul 10, 2024

I noticed this was broken recently as well. But I know @tmshort added it fairly recently, so maybe worth getting his opinion on this PR.

Uh.. it looks like the line got sucked out the airlock in b08a1e9 Should we just put OPERATOR_CONTROLLER_NAMESPACE ?= operator-controller-system and fix the target?

I'm not opposed to doing this, but my preference is to remove it. IMO our Makefile is getting a bit cluttered. Also we have tilt setup for quick redeployment which watches filesystem and automates dev process. We can also run it locally with port forwarding or just make run (which is a bit slower and does not persist resources because the kind cluster gets re-created).

But it is just me. If people find it useful for their workflows - then it might be worth keeping it.

@tmshort
Copy link
Contributor

tmshort commented Jul 10, 2024

This is something that @joelanford had asked for, and I think I noticed that OPERATOR_CONTROLLER_NAMESPACE was not being properly set, either, but it got away from me with other work. I don't have a Tilt setup yet, so, I'm one of those where this might be useful.

@tmshort tmshort mentioned this pull request Jul 10, 2024
4 tasks
@tmshort
Copy link
Contributor

tmshort commented Jul 10, 2024

Added #1032 to actually fix kind-redeploy, but it's really just running other targets...

@joelanford
Copy link
Member

I'm +1 on removing now that Tilt is actually working properly.

@joelanford joelanford added this pull request to the merge queue Jul 11, 2024
Merged via the queue into operator-framework:main with commit fe591d4 Jul 11, 2024
16 checks passed
@m1kola m1kola deleted the remove_kind-redeploy-target branch July 11, 2024 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants